Logging type

Read(1254) Label: logging type,

Use this item to set up different types of logging system. Use Raqsoft log output system by default.

By selecting SLF4J logging type, users can delegate the logs to the existing  logging system, such as logback, log4j and slf4j-simple, to administrate log format, output path  and logging level in a unified way.

The esProc installer does not contain SLF4J-related jar files. You need to manually put the corresponding jars used by esProc to [esProc root directory]\esProc\lib while ensuring that slf4j-api version should be compatible with the logging implementation package, and the configuration file used by the logging system to [esProc root directory]\esProc\classes in order to load them normally. You can also find the description of necessary jars the logging system uses and the configuration file specifications in related documents.